projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd27c57
)
(face-valid-attribute-values): No stipple on w32. (Bug#884)
author
Jason Rumney
<jasonr@gnu.org>
Tue, 13 Jan 2009 12:40:24 +0000
(12:40 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Tue, 13 Jan 2009 12:40:24 +0000
(12:40 +0000)
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index d1a716994eb78d5137fb7525a7084f54a194213f..522446add151e30df97acdb7be328fe82b91480a 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1020,7
+1020,7
@@
an integer value."
((:height)
'integerp)
(:stipple
- (and (memq (window-system frame) '(x
w32 ns))
+ (and (memq (window-system frame) '(x
ns)) ; No stipple on w32
(mapcar #'list
(apply #'nconc
(mapcar (lambda (dir)